home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / RAM Idle LE 1.4.7.1 / ramidlLE.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-15  |  3.6 KB  |  63 lines

  1. ;InnoSetupVersion=4.2.4
  2. [Setup]
  3. AppName=RAM Idle
  4. AppVerName=RAM Idle
  5. AppId=RAM Idle
  6. AppVersion=1.4.7.2
  7. AppPublisher=TweakNow
  8. AppPublisherURL=http://www.tweaknow.com
  9. AppSupportURL=http://www.tweaknow.com
  10. AppUpdatesURL=http://www.tweaknow.com
  11. DefaultDirName={pf}\RAM Idle
  12. DefaultGroupName=RAM Idle
  13. UninstallDisplayIcon={app}\compil32.exe
  14. OutputBaseFilename=RAMIdle
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\RAMMan.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  21. Source: "{app}\Memory.ico"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  22. Source: "{app}\RAM_XP.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  23. Source: "{app}\RAM_ME.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  24. Source: "{app}\RAM_98.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  25. Source: "{app}\Help.chm"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  26. Source: "{app}\Exit.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Ram Idle"; ValueName: "CurrentDir2"; ValueType: String; ValueData: "{app}"; MinVersion: 4.1,5.0; Flags: uninsdeletevalue 
  29. Root: HKCU; Subkey: "Software\Ram Idle"; ValueName: "FirstTime"; ValueType: String; ValueData: "1"; MinVersion: 4.1,5.0; Flags: uninsdeletevalue 
  30. [Run]
  31. Filename: "{app}\RAMMan.exe"; Description: "Launch RAM Idle"; MinVersion: 4.1,5.0; Flags: postinstall skipifsilent nowait
  32. [UninstallRun]
  33. Filename: "{app}\Exit.exe"; MinVersion: 4.1,5.0; 
  34. [Icons]
  35. Name: "{group}\RAM Idle"; Filename: "{app}\RAMMan.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Memory.ico"; Components: main; MinVersion: 4.1,5.0; 
  36. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; Components: main; MinVersion: 4.1,5.0; 
  37. Name: "{group}\ReadMe"; Filename: "{app}\Help.chm"; Components: main; MinVersion: 4.1,5.0; 
  38. Name: "{userdesktop}\RAM Idle"; Filename: "{app}\RAMMan.exe"; IconFilename: "{app}\Memory.ico"; Tasks: desktopicon; MinVersion: 4.1,5.0; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\RAM Idle"; Filename: "{app}\RAMMan.exe"; IconFilename: "{app}\Memory.ico"; Tasks: quicklaunchicon; MinVersion: 4.1,5.0; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Components: "main"; MinVersion: 4.1,5.0; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Components: "main"; MinVersion: 4.1,5.0; 
  43. [Components]
  44. Name: "main"; Description: "RAM Idle application files"; Types: "full compact custom"; MinVersion: 4.1,5.0; 
  45. [Types]
  46. Name: "full"; MinVersion: 4.1,5.0; 
  47. Name: "compact"; MinVersion: 4.1,5.0; 
  48. Name: "custom"; MinVersion: 4.1,5.0; 
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.